-
Notifications
You must be signed in to change notification settings - Fork 22.9k
feat(tools): add CSS color mixer tool #40951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Preview URLs (9 pages)
Flaws (8)Note! 5 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
(comment last updated: 2025-09-16 02:30:01) |
files/en-us/web/css/color_value/color-mix/color-mixer-tool/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/color_value/color-mix/color-mixer-tool/index.md
Outdated
Show resolved
Hide resolved
All good points! I've addressed them. Two issues to address:
|
|
Done. Also updated slug and content references.
Done. Also prposed updates in top navigation
This would require a third party library like Color.js and Chroma.js. Let's get the tool in first and then do enhancements in followup PRs. |
I hand wrote the code for the color picker. In other words, it isn't too complex ;) Edit: I guess the issue is, as a tool, what is the output that people can use in their code? It's cool to see what the color value creates, but it's an "example" rather than a "tool" if there's nothing they can grab to use elsewhere. |
This pull request has merge conflicts that must be resolved before it can be merged. |
a812cab
to
095d813
Compare
@estelle I see. Now the the output is shown in various color spaces and it is easily grabbable ✊ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking really good.
I suggested some edits.
Co-authored-by: Estelle Weyl <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
73f8a43
to
f579261
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yay! 🎉
Description
Add the existing tool to the tools infrastructure: left sidebar and navbar
Motivation
The tool is similar to the other listed CSS tools: https://github.com/mdn/css-examples/tree/main/tools. Hosted in the same place. We need to list it along with other tools.
Related issues and pull requests